home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #4 / 1999 CD 4 (Red).iso / K.exe / 0 / RCDATA / TFRMANSVAR / TFRMANSVAR.txt < prev   
Encoding:
Text File  |  1999-01-27  |  2.2 KB  |  108 lines

  1. object frmAnsvar: TfrmAnsvar
  2.   Left = 28
  3.   Top = 132
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'frmAnsvar'
  9.   ClientHeight = 480
  10.   ClientWidth = 640
  11.   Color = clNone
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -16
  15.   Font.Name = 'Comic Sans MS'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   Visible = True
  20.   PixelsPerInch = 96
  21.   TextHeight = 23
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 641
  26.     Height = 481
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object imgback: TImage
  30.     Left = 18
  31.     Top = 20
  32.     Width = 242
  33.     Height = 398
  34.     Picture.Data = {<image001.bmp>}
  35.   end
  36.   object lblAnsvar: TLabel
  37.     Left = 24
  38.     Top = 32
  39.     Width = 241
  40.     Height = 377
  41.     AutoSize = False
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'Verdana'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.     WordWrap = True
  50.   end
  51.   object GreenShadows: TImage
  52.     Left = 8
  53.     Top = 418
  54.     Width = 100
  55.     Height = 55
  56.     Picture.Data = {<image002.bmp>}
  57.   end
  58.   object cmdNot: TTransKnap
  59.     Tag = 50
  60.     Left = 559
  61.     Top = 427
  62.     Width = 81
  63.     Height = 53
  64.     BevelStyle = bbNone
  65.     BevelSize = 0
  66.     Caption = ' '
  67.     Color = clBlack
  68.     MouseOverAction = True
  69.     Bitmapliste = frmForside.Exitskilt
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clWhite
  72.     Font.Height = -12
  73.     Font.Name = 'Verdana'
  74.     Font.Style = []
  75.     Spacing = 0
  76.     Style = []
  77.     FontOverColor = clBlue
  78.     FontDownColor = clMaroon
  79.     Visible = False
  80.     OnClick = cmdCancelClick
  81.     Transparent = True
  82.   end
  83.   object cmdOK: TTransKnap
  84.     Tag = 50
  85.     Left = 18
  86.     Top = 418
  87.     Width = 90
  88.     Height = 45
  89.     BevelStyle = bbNone
  90.     BevelSize = 0
  91.     Color = clBlack
  92.     MouseOverAction = True
  93.     Bitmapliste = frmForside.bml3
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clWhite
  96.     Font.Height = -12
  97.     Font.Name = 'Verdana'
  98.     Font.Style = [fsBold]
  99.     Spacing = 0
  100.     Style = []
  101.     FontOverColor = clBlue
  102.     FontDownColor = clMaroon
  103.     Visible = False
  104.     OnClick = cmdOKClick
  105.     Transparent = False
  106.   end
  107. end
  108.